Improve OPE functionality, logging, and multiprocessing#114
Merged
shaharbar1 merged 1 commit intodevelopfrom Jan 13, 2026
Merged
Improve OPE functionality, logging, and multiprocessing#114shaharbar1 merged 1 commit intodevelopfrom
shaharbar1 merged 1 commit intodevelopfrom
Conversation
a1a093e to
ccee894
Compare
2ac8f36 to
11755a9
Compare
AnastasiiaKabeshova
requested changes
Jan 13, 2026
11755a9 to
08831d7
Compare
08831d7 to
9a0cc08
Compare
AnastasiiaKabeshova
approved these changes
Jan 13, 2026
pyproject.toml
Outdated
| "Dario d'Andrea <dariod@playtika.com>", | ||
| "Shahar Bar <shaharbar1@gmail.com>", | ||
| "Jerome Carayol <jeromec@playtika.com>", | ||
| "Anastasiia Kabeshova <anastasiiak@playtika.com>", |
Collaborator
There was a problem hiding this comment.
Suggested change
| "Anastasiia Kabeshova <anastasiiak@playtika.com>", | |
| "Anastasiia Kabeshova <anastasiia.kabeshova@gmail.com>", |
a42c5f8 to
d163d5c
Compare
### Changes: * Add optional dependencies for xgboost and ipython * Rename `_stable_sigmoid` to `_numpy_sigmoid` for clarity * Improve dtype checks in `BaseOfflinePolicyEstimator` * Refactor multiprocessing in `OfflinePolicyEvaluator` for better resource management * Add serialization support for MAB predictions to avoid pickling issues * Enhance tests for Jupyter notebook detection
d163d5c to
af42e5c
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Changes:
_stable_sigmoidto_numpy_sigmoidfor clarityBaseOfflinePolicyEstimatorOfflinePolicyEvaluatorfor better resource management